home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Updates / Datatypes / IcoDT / Install < prev    next >
Text File  |  2000-01-01  |  455b  |  22 lines

  1. ; $VER: Installer script for the ico.datatype v43, © 2000 by Stephan Rupprecht
  2.  
  3. (set @default-dest "DEVS:Datatypes/")
  4.  
  5. (copyfiles    
  6.     (source    "")
  7.     (dest @default-dest)
  8.     (pattern "Windows Icon(.info|)")
  9.     (help @copyfiles-help)
  10.     (prompt    "Copy descriptor file")
  11.     (confirm)
  12. )
  13.  
  14. ; copylib doesn`t work, wrong version is shown!
  15. (copyfiles
  16.     (source    "ico.datatype")
  17.     (dest "SYS:Classes/datatypes/")
  18.     (help @copyfiles-help)
  19.     (prompt    "Copy ico.datatype")
  20.     (confirm)
  21. )
  22.